@import url(//fonts.googleapis.com/earlyaccess/notosanstc.css);

* {
    /* font-family: 'Noto Sans TC', sans-serif; */
    color: #777777;
    font-size: 14px;
}

body {
    padding: 0;
    /* background-color: #FAFAFA; */
}

/* ul {
    list-style: none;
    padding: 0;
} */

hr {
    margin: 0;
    border: 1px solid #979797;
}

input {
    height: 40px;
}

button:focus {
    outline: none;
}

footer {
    position: relative;
    padding: 70px 48px 50px 96px;
    background-color: #000000;
}

footer .item {
    width: auto;
    /* max-width: 155px; */
    float: right;
}

footer .item .title {
    font-size: 20px;
    margin-bottom: 20px;
    color: #febd17;
    display: block;
    cursor: default;
}

footer .item .sub {
    display: block;
    font-size: 16px;
    margin-bottom: 10px;
    color: #ffffff;
}

footer .item .sub:hover {
    color: #febd17;
}

footer .link {
    height: 32px;
    margin: 0 13px;
    color: #ffffff;
}

footer .link:hover {
    color: #ffffff;
}

footer .link:first-child {
    margin: 0 13px 0 0;
}

footer .link:last-child {
    margin: 0 0 0 13px;
}

footer .companyLogo {
    width: 50%;
    max-width: 490px;
    float: left;
}

.copyAllRights {
    float: left;
    color: #ffffff;
    line-height: 100px;
    margin-left: 96px;
}

::placeholder {
    color: #b5b5b5;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #b5b5b5;
}

::-ms-input-placeholder {
    color: #b5b5b5;
}

#company_logo_block {
    background-color: #000000;
    padding-bottom: 45px;
}

#company_logo_block .item {
    color: #ffffff;
    padding: 0 25px;
    border-right: 1px dotted #ffffff;
    line-height: 35px;
    display: inline-block;
    font-size: 20px;
}

#company_logo_block .company_logo_img {
    height: 35px;
}

i {
    margin: 0 auto;
}

.ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.paddingRightNone {
    padding: 0 0 0 15px;
}

.paddingLeftNone {
    padding: 0 15px 0 0;
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
}

a {
    color: #777777;
    text-decoration: none;
}

a:hover {
    /* font-weight: bold; */
    color: #777777;
    text-decoration: none;
}

.nav-item-href {
    color: #777777;
    position: relative;
    padding: 6px 14px;
    font-size: 18px;
    cursor: pointer;
}

.nav-item-href.active {
    background-color: #0085cc;
    color: #ffffff;
    border-radius: 18px;
    -webkit-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.5);
}

.nav-item-href.noLink {
    cursor: default;
}

.product_sub,
.investor_sub,
.lang_sub {
    display: none;
    height: 70px;
    padding: 0;
    background-color: transparent;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
}

.product_sub.hover,
.product_sub.active,
.investor_sub.hover,
.investor_sub.active,
.lang_sub.hover {
    display: block;
}

.product_sub .nav-item-href.hover,
.product_sub .nav-item-href.active,
.investor_sub .nav-item-href.hover,
.investor_sub .nav-item-href.active,
.lang_sub .nav-item-href.hover {
    /* font-weight: bold; */
    color: #ffffff;
}

.product_sub .nav-item-href .nav-dot,
.investor_sub .nav-item-href .nav-dot {
    height: 12px;
    width: 12px;
    margin: 0 5px 0 0;
    background-color: #ffffff;
    border-radius: 50%;
    display: none;
}

.product_sub .nav-item-href.hover .nav-dot,
.product_sub .nav-item-href.active .nav-dot,
.investor_sub .nav-item-href.hover .nav-dot,
.investor_sub .nav-item-href.active .nav-dot {
    display: inline-block;
}

.product_sub .nav-item-href .nav-preview {
    height: 55px;
    width: 55px;
    display: inline-block;
    margin: 0 0 0 10px;
    border-radius: 50%;
    position: absolute;
    top: -15px;
}

.opacityBg {
    background-color: #ffffff;
    opacity: 0.8;
    width: 100%;
    height: 100%;
    position: absolute;
}

.opacityBg_sub {
    background-color: #d79717;
    opacity: 0.8;
    width: 100%;
    height: 100%;
    position: absolute;
}

.logo {
    /* padding: 0; */
    /* margin: 0; */
    float: left;
}

.logo img {
    margin: 0 0 0 30px;
    /* height: 100%; */
    max-width: 300px;
}

.navbar {
    height: 100px;
    padding: 0;
    background-color: transparent;
    /* overflow: hidden; */
    /* box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.75); */
}

.navHeader {
    /* max-width: 1300px; */
    /* margin: 0 auto; */
    /* height: 100%; */
    width: 100%;
    position: relative;
}

.navDiv {
    float: right;
    line-height: normal;
}

.navDiv .nav-search {
    width: 175px;
    float: right;
    margin: 7px 10px 0;
    /* border-radius: 12px;
    border: 1px solid #979797; */
}

.navDiv .nav-search img {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 3px;
    right: 7px;
    z-index: 9999;
    cursor: pointer;
}

.navDiv .nav-lang {
    cursor: pointer;
    float: right;
    position: relative;
}

.navDiv .nav-lang .lang_list {
    display: none;
    position: absolute;
    background-color: rgba(255, 255, 255, .85);
    width: 110%;
    top: 30px;
    padding: 5px 5px 0;
    text-align: center;
    right: 5px;
    line-height: normal;
    z-index: 1;
}

.navDiv .nav-lang .lang_list div {
    margin-bottom: 10px;
}

.navDiv .nav-lang .lang_list div:hover {
    color: #0077C8;
}

.navDiv .nav-lang.active .lang_list {
    display: block;
}

.navDiv .nav-item {
    display: inline-block;
    margin: 0 5px 0 -4px;
    text-align: center;
    position: relative;
}

.navbar .nav-item:last-child {
    margin: 0 0 0 -4px;
    padding: 0;
}

.navbar .nav-item .item {
    display: none;
    position: absolute;
    top: 55px;
    /* right: -45px; */
    right: 0;
    line-height: normal;
    /* width: 150%; */
    background-color: rgba(255, 255, 255, 0.9);
    padding: 20px 15px 0;
    font-size: 16px;
}

/* .navbar .nav-item:nth-child(4) .item {
    right: -73px;
    width: 180%;
}

.navbar .nav-item:nth-child(5) .item {
    right: -53px;
    width: 206%;
}

.navbar .nav-item:nth-child(7) .item {
    right: 0;
} */

/* .navbar .nav-item:nth-child(7) .item a {
    text-align: right;
} */

.navbar .nav-item .item a,
.navbar .nav-item .item span {
    display: block;
    margin-bottom: 20px;
    font-size: 16px;
    cursor: pointer;
    white-space: nowrap;
}

.navbar .nav-item .item a:hover,
.navbar .nav-item .item span:hover {
    color: #0077C8;
}

.navbar .nav-item.active .item {
    display: block;
}

#carbon_info {
    position: absolute;
    /* height: 124px; */
    width: 345px;
    font-weight: bold;
    font-size: 10px;
    margin: 80px 0 0 15px;
    border: 1px solid #979797;
    z-index: 2;
    background-color: #e8e6e5;
    line-height: 25px;
}

/* #carbon_info div {
    color: #ffffff;
} */

/* #carbon_info .infoBg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    opacity: 0.1;
    top: 0;
    right: 0;
    z-index: -1;
} */

#carbon_info .carbon_text {
    float: left;
    text-align: center;
    width: 50px;
    /* line-height: 35px; */
}

.carousel-indicators {
    margin-bottom: 30px;
}

.carousel-indicators li {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    margin: 0 20px;
    border: 2px solid #9a9a9a;
}

.carousel-caption {
    left: 10%;
    right: auto;
    bottom: 30%;
    width: 440px;
    text-align: left;
}

.carousel-caption h2 div {
    color: #ffffff;
}

.carousel-caption .carousel-dot {
    height: 20px;
    width: 20px;
    background-color: #fab11f;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    right: 10px;
}

.carousel-caption .carousel-text {
    display: table-cell;
}

.csrStyle {
    padding: 6px 10px;
    height: 32px;
    line-height: 18px;
    margin-top: 5px;
}

.csrStyle:hover {
    background-color: #0085cc;
    color: #ffffff;
    border-radius: 16px;
    -webkit-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.5);
}

#news_captions,
#hr_captions,
#application_captions,
#product_captions,
#recruiting_captions,
#movie_captions,
#company_captions,
#contact_captions,
#csr_captions,
#inv_captions,
#noPage_captions {
    position: relative;
}

#banner_captions .title,
#news_captions .title,
#application_captions .title,
#product_captions .title,
#recruiting_captions .title,
#movie_captions .title {
    margin: 30px 0 15px;
    text-align: center;
}

#banner_captions .title span,
#news_captions .title span,
#application_captions .title span,
#product_captions .title span,
#recruiting_captions .title span,
#movie_captions .title span {
    font-size: 24px;
    width: 100%;
    border-bottom: 10px #e7e7e7 solid;
    padding: 0 12px 15px;
}

#news_captions .content {
    margin-top: 95px;
}

#news_captions .content .view1350 {
    width: 1350px;
    margin: 0 auto;
}

#news_captions .content .item {
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
    cursor: default;
}

/* #news_captions .content .item:first-child {
    margin: 0 0 0 20px;
}

#news_captions .content .item:last-child {
    margin: 0 20px 0 0;
} */

#news_captions .content .item .newsItem {
    border: 1px solid #d1d1d6;
    /* padding: 15px; */
}

#news_captions .content .item .newsItem:hover {
    border: 1px solid #0077C8;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

#news_captions .content .item .newsItem:hover .news_title {
    height: 375px;
}

#news_captions .content .item .newsItem:hover .news_title .news_overString {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}

#news_captions .content .news_preview {
    height: 375px;
    width: 100%;
    /* max-width: 500px; */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* float: left; */
    /* margin-right: 15px; */
}

#news_captions .content .news_title {
    text-align: center;
    height: 120px;
    position: absolute;
    bottom: 0;
    line-height: 120px;
    width: 100%;
}

#news_captions .content .news_title .hover_title {
    font-weight: bold;
    font-size: 24px;
    color: #ffffff;
    position: absolute;
    z-index: 1;
    padding: 0 15px;
    width: 100%;
}

#news_captions .content .news_overString {
    padding: 120px 70px 0;
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    position: absolute;
    z-index: 1;
    color: #fff;
    line-height: 33px;
    display: none;
    text-align: left;
    width: 100%;
}

#news_captions .content .news_date {
    color: #ff9500;
    position: absolute;
    bottom: -10px;
    right: 0;
}

#news_captions .itemList>div {
    margin-bottom: 70px;
}

#news_captions .itemList .itemBlock {
    width: 100%;
    max-width: 430px;
    margin: 0 auto;
    padding-bottom: 55px;
}

#news_captions .itemList .itemBlock:hover {
    -webkit-box-shadow: 3px 2px 4px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 3px 2px 4px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 3px 2px 4px 0 rgba(0, 0, 0, 0.5);
}

#news_captions .itemList .date {
    color: #ff9500;
    margin-bottom: 10px;
}

#news_captions .itemList .title {
    font-size: 24px;
    margin: 0 0 18px;
    text-align: left;
}

#news_captions .itemList .content {
    font-size: 18px;
    margin: 0 0 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    height: 54px;
}

#news_captions .itemList .previewImg {
    height: 308px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#news_captions .itemList .pagination {
    margin: 0;
    justify-content: center;
    align-items: center;
}

/* #news_captions .itemList .pagination .page-item .page-link { */
#news_captions .itemList .pagination li a {
    border: none;
    background: none;
    color: #a3a3a3;
    margin: .5rem;
    padding: 0;
    font-size: 24px;
}

/* #news_captions .itemList .pagination .page-item.active .page-link { */
#news_captions .itemList .pagination li.active a {
    color: #ff9500;
}

#hr_captions .imgLoop .listItem {
    float: left;
    width: 100%;
    height: 480px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#hr_captions .bonusItem>div:nth-child(odd) {
    width: 100%;
    max-width: 852px;
    height: 380px;
    margin-bottom: 105px;
}

#hr_captions .bonusItem>div:nth-child(even) {
    width: 100%;
    max-width: 852px;
    height: 350px;
    margin-bottom: 135px;
}

#hr_captions .bonusItem>div:nth-child(odd) .text {
    position: absolute;
    top: 87px;
    left: 0;
    font-size: 24px;
    text-align: right;
    width: 100%;
    max-width: 370px;
}

#hr_captions .bonusItem>div:nth-child(odd) .image {
    background-image: url('/content/images/hr_2page_1.png');
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    right: 10px;
    width: 300px;
    height: 300px;
}


#hr_captions .bonusItem>div:nth-child(even) .text {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 24px;
    text-align: left;
    width: 100%;
    max-width: 370px;
}

#hr_captions .bonusItem>div:nth-child(even) .image {
    background-image: url('/content/images/hr_2page_2.png');
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    left: 10px;
    width: 300px;
    height: 300px;
}

#hr_captions .bonusItem>div:nth-child(odd) .image img,
#hr_captions .bonusItem>div:nth-child(even) .image img {
    width: 300px;
    height: 300px;
    padding: 15px;
    border-radius: 50%;
}

#contact_captions .countryBlock .activeLine {
    display: none;
    position: absolute;
    bottom: -7px;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #f5a623;
}

#contact_captions .countryBlock .nav-link.active .activeLine {
    display: block;
}

#contact_captions #pills-tabContent .image-map-block {
    height: 280px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#contact_captions .titleName {
    font-size: 24px;
}

#contact_captions .addrList div {
    font-size: 22px;
}

#contact_captions .addrList>div {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dotted #979797;
}

#contact_captions .tab-pane>div:last-child .addrList>div,
#contact_captions .tab-pane>div:last-child .addrList>div {
    border: none;
}

#application_captions .content {
    margin-top: 45px;
}

#application_captions .content .nav-link {
    font-size: 24px;
    padding: 5px 0;
    margin: 0 3%;
}

#application_captions .content .nav-link:first-child {
    margin: 0 3% 0 0;
}

#application_captions .content .nav-link:last-child {
    margin: 0 0 0 3%;
}

#application_captions .content .nav-link.active {
    border-bottom: 3px solid #f5a623;
}

#application_captions .content .application_preview {
    height: 460px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

#application_captions .content .btn {
    position: absolute;
    bottom: 0;
    font-size: 20px;
    max-width: 510px;
    width: 100%;
    color: #fff;
    background-color: #f5a623;
    border-color: #f5a623;
}

#application_captions .content .btn:hover {
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

#application_captions .content .image-map-block-a,
#application_captions .content .image-map-block-b,
#application_captions .content .image-map-block-e {
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.5);
    width: 1024px;
    height: 615px;
    margin: 0 auto 90px;
    position: relative;
}

#application_captions .content .image-map-block-d {
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.5);
    width: 1024px;
    height: 606px;
    margin: 0 auto 90px;
    position: relative;
}

#application_captions .content .image-map-block-a .home-link,
#application_captions .content .image-map-block-b .home-link,
#application_captions .content .image-map-block-d .home-link,
#application_captions .content .image-map-block-e .home-link {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 40px;
    width: 45px;
    cursor: pointer;
    z-index: 1;
    display: none;
}

#application_captions .content .image-map-block-a area,
#application_captions .content .image-map-block-b area,
#application_captions .content .image-map-block-d area,
#application_captions .content .image-map-block-e area {
    cursor: pointer;
}

#application_captions .content .image-map-block-a #view1_a,
#application_captions .content .image-map-block-a #view2_a,
#application_captions .content .image-map-block-a #view3_a,
#application_captions .content .image-map-block-a #view4_a,
#application_captions .content .image-map-block-a #view5_a,
#application_captions .content .image-map-block-a #view6_a,
#application_captions .content .image-map-block-a #view7_a,
#application_captions .content .image-map-block-b #view1_b,
#application_captions .content .image-map-block-b #view2_b,
#application_captions .content .image-map-block-b #view3_b,
#application_captions .content .image-map-block-b #view4_b,
#application_captions .content .image-map-block-b #view5_b,
#application_captions .content .image-map-block-b #view6_b,
#application_captions .content .image-map-block-b #view7_b,
#application_captions .content .image-map-block-e #view1_e {
    display: none;
}

/* #application_captions .content .image-map-block-a .map_ohs, */
#application_captions .content .image-map-block-b .map_ohs {
    display: none;
    position: absolute;
    top: 20%;
    right: 50%;
    width: 150px;
    height: 150px;
}

/* #application_captions .content .image-map-block-a .map_ohs.active, */
#application_captions .content .image-map-block-b .map_ohs.active {
    display: block;
}

#application_captions .content .image-map-block-a .oneLayerTips,
#application_captions .content .image-map-block-b .oneLayerTips {
    position: absolute;
    display: none;
}

#application_captions .content .image-map-block-a .oneLayerTips .tips-text,
#application_captions .content .image-map-block-b .oneLayerTips .tips-text {
    text-align: center;
    color: #ffffff;
    font-size: 28px;
    background-color: #DFA966;
    padding: 5px 10px;
    border-radius: 10px;
}

#application_captions .content .image-map-block-a .oneLayerTips img,
#application_captions .content .image-map-block-b .oneLayerTips img {
    position: absolute;
    top: 85%;
    right: 20%;
    display: none;
}

#application_captions .content .image-map-block-d .oneLayerTips_cir {
    position: absolute;
    display: none;
    /* background-image: url('../images/b_indicate.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; */
    text-align: center;
    color: #ffffff;
    /* width: 100px; */
    height: 40px;
    font-size: 20px;
    padding: 3px 20px;
    background-color: #f9be00;
    border-radius: 20.5px;
    border: 2px solid #ffffff;
}

#auxiliary-block_a,
#auxiliary-block_b,
#auxiliary-block_d,
#auxiliary-block_e {
    display: none;
}

#auxiliary-block_a .auxiliary-closeBtn,
#auxiliary-block_b .auxiliary-closeBtn,
#auxiliary-block_d .auxiliary-closeBtn,
#auxiliary-block_e .auxiliary-closeBtn {
    background-color: #f9be00;
    border: 2px solid #ffffff;
    padding: 7px 30px;
    border-radius: 20.5px;
    color: #000000;
    cursor: pointer;
}

/* #auxiliary-block_a,
#auxiliary-block_b,
#auxiliary-block_d,
#auxiliary-block_e {
    position: absolute;
    display: none;
    background-color: rgba(255, 255, 255, 0.85);
    padding: 15px;
    width: 350px;
    border-radius: 8px;
    border: 1px solid #979797;
}

#auxiliary-block_a.active,
#auxiliary-block_b.active,
#auxiliary-block_d.active,
#auxiliary-block_e.active {
    display: block;
}

#auxiliary-block_a .closeBtn,
#auxiliary-block_b .closeBtn,
#auxiliary-block_d .closeBtn,
#auxiliary-block_e .closeBtn {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

#auxiliary-block_a .title,
#auxiliary-block_b .title,
#auxiliary-block_d .title,
#auxiliary-block_e .title {
    font-size: 20px;
    margin: 0 0 10px;
    border-bottom: 1px dotted #979797;
}


#auxiliary-block_a .nav-div .nav-link,
#auxiliary-block_b .nav-div .nav-link,
#auxiliary-block_d .nav-div .nav-link,
#auxiliary-block_e .nav-div .nav-link {
    font-size: 14px;
    padding: 0;
}

#auxiliary-block_a .nav-div .nav-item:first-child .nav-link,
#auxiliary-block_b .nav-div .nav-item:first-child .nav-link,
#auxiliary-block_d .nav-div .nav-item:first-child .nav-link,
#auxiliary-block_e .nav-div .nav-item:first-child .nav-link {
    margin: 0 10px 10px 0;
}

#auxiliary-block_a .nav-div .nav-item:last-child .nav-link,
#auxiliary-block_b .nav-div .nav-item:last-child .nav-link,
#auxiliary-block_d .nav-div .nav-item:last-child .nav-link,
#auxiliary-block_e .nav-div .nav-item:last-child .nav-link {
    margin: 0 0 10px 10px;
}

#auxiliary-block_a .nav-div .nav-link.active,
#auxiliary-block_b .nav-div .nav-link.active,
#auxiliary-block_d .nav-div .nav-link.active,
#auxiliary-block_e .nav-div .nav-link.active {
    color: #007aff;
    border: none;
}

#auxiliary-block_a .nav-div .tab-content,
#auxiliary-block_b .nav-div .tab-content,
#auxiliary-block_d .nav-div .tab-content,
#auxiliary-block_e .nav-div .tab-content {
    max-height: 220px;
    overflow: hidden auto;
    height: 100%;
} */

#product_captions .content {
    margin-top: 100px;
}

#product_captions .content .item {
    overflow: hidden;
    background-color: #ffffff;
    padding: 10px 12px 0;
    margin: 0 21px 0 25px;
    width: 320px;
    position: relative;
    display: inline-block;
}

#product_captions .content .item:hover {
    max-width: 550px;
    width: 100%;
    border-top: 4px solid #f5a623;
    border-right: 1px solid #0077C8;
    border-left: 1px solid #0077C8;
    border-bottom: 1px solid #0077C8;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

#product_captions .content .item img {
    width: 100%;
    margin: 0 auto 55px;
}

#product_captions .content .item .text {
    margin-bottom: 10px;
}

#product_captions .content .item:hover .text:nth-child(1) {
    font-size: 16px;
}

#product_captions .content .item:hover .text:nth-child(2) {
    font-size: 30px !important;
}

#product_captions .content .item:hover .text:nth-child(3) {
    font-size: 16px;
}

#recruiting_captions .content {
    margin-top: 70px;
}

#recruiting_captions .content .item {
    overflow: hidden;
    margin: 0 19px 0 20px;
    width: 365px;
    height: 450px;
    position: relative;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 8px;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

#recruiting_captions .content .item:hover {
    border: 1px solid #0077C8;
}

#recruiting_captions .content .item>div {
    background-color: #F3F1F1;
    position: absolute;
    bottom: 0;
    width: 100%;
    font-size: 24px;
    padding: 20px 0;
}

#company_captions .header-item {
    font-size: 24px;
    padding: 0 50px;
    border-right: 1px dotted #979797;
    margin-right: -4px;
}

#company_captions .header-item:last-child {
    font-size: 24px;
    padding: 0 0 0 50px;
    border: none;
    margin: 0;
}

#company_captions .aboutList a>div {
    width: 100%;
    /* max-width: 330px;
    height: 725px; */
    max-width: 220px;
    height: 480px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* float: left; */
    display: inline-block;
    margin-left: 20px;
    position: relative;
}

#hr_captions .aboutList>a>div {
    width: 100%;
    /* max-width: 365px;
    height: 480px; */
    max-width: 220px;
    height: 480px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* float: left; */
    display: inline-block;
    margin-left: 20px;
    position: relative;
}

#company_captions .aboutList a>div:hover,
#hr_captions .aboutList>a>div:hover {
    border: 1px solid #0077C8;
    cursor: pointer;
}

#company_captions .aboutList a:first-child>div {
    margin-left: 0;
}

#hr_captions .aboutList a:first-child>div {
    margin-left: 0;
}

#company_captions .aboutList .title {
    color: #ffffff;
    text-align: center;
    height: 65px;
    line-height: 65px;
    width: 100%;
    font-size: 24px;
    background-color: rgba(216, 216, 216, .65);
    position: absolute;
    bottom: 0;
    left: 0;
}

#hr_captions .aboutList .title {
    color: #ffffff;
    text-align: center;
    height: 65px;
    line-height: 65px;
    /* height: 140px;
    line-height: 140px; */
    width: 100%;
    font-size: 24px;
    background-color: rgba(216, 216, 216, .65);
    position: absolute;
    bottom: 0;
    left: 0;
}

#hr_captions .aboutList .title .img-icon {
    height: 34px;
    vertical-align: sub;
    margin-right: 10px;
}

#company_captions .aboutList a>div:hover .title {
    /* height: 725px;
    line-height: 725px; */
    height: 480px;
    line-height: 480px;
    font-size: 36px;
}

#hr_captions .aboutList a>div:hover .title {
    height: 480px;
    line-height: 480px;
    font-size: 36px;
}

#hr_captions .aboutList>a>div:hover .title .img-icon {
    margin-right: 5px;
    margin-bottom: 5px;
}

#company_captions .right .string {
    /* margin-left: 30px; */
    -webkit-text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
    -moz-text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
    line-height: 35px;
}

#company_captions .menu,
#product_captions .menu,
#news_captions .menu,
#hr_captions .menu,
#inv_captions .menu,
#contact_captions .menu {
    position: absolute;
    bottom: 15px;
    right: 0;
}

#company_captions .menu>div,
#product_captions .menu>div,
#news_captions .menu>div,
#hr_captions .menu>div,
#inv_captions .menu>div,
#contact_captions .menu>div {
    float: left;
    border-right: 1px solid #979797;
}

#company_captions .menu>div:last-child,
#product_captions .menu>div:last-child,
#news_captions .menu>div:last-child,
#hr_captions .menu>div:last-child,
#inv_captions .menu>div:last-child,
#contact_captions .menu>div:last-child {
    border: none;
}

#company_captions .menu>div a,
#product_captions .menu>div a,
#news_captions .menu>div a,
#hr_captions .menu>div a,
#inv_captions .menu>div a,
#contact_captions .menu>div a {
    font-size: 24px;
}

#company_captions .menu>div a:hover,
#product_captions .menu>div a:hover,
#product_captions .menu>div a.active,
#news_captions .menu>div a:hover,
#hr_captions .menu>div a:hover,
#inv_captions .menu>div a:hover,
#contact_captions .menu>div a:hover {
    border-bottom: 4px solid #f5a623;
    padding-bottom: 12px;
}

#csr_captions .menu>div a.active,
#csr_captions .menu>div a:hover,
#inv_captions .subMenu>div a.active,
#inv_captions .subMenu>div a:hover {
    border-bottom: 4px solid #f5a623;
}

#company_captions .introduction img {
    float: left;
    margin-right: 45px;
    width: 100%;
    max-width: 770px;
    height: 595px;
    margin-bottom: 0;
}

#company_captions .introduction p {
    /* text-indent: 2em; */
    font-size: 24px;
    text-align: justify;
}

#company_captions .managerList {
    /* width: 70%; */
    margin: 0 auto 100px;
}

#company_captions .managerList .item {
    /* float: left; */
    /* padding: 0 100px; */
    padding: 0;
    /* width: 50%; */
    line-height: 30px;
    margin-bottom: 55px;
}

#company_captions .managerList .item_m {
    height: auto !important;
}

#company_captions .managerList .item .user-img {
    /* float: left; */
    width: 30px;
    height: 30px;
    padding: 0;
    /* margin-right: 10px; */
    background-image: url('../images/user.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

#company_captions .managerList .item .title {
    float: left;
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 10px;
}

#company_captions .managerList .item .sub {
    float: left;
    font-size: 24px;
    padding-bottom: 10px;
}

#company_captions .certifyList .owl-carousel .owl-stage-outer,
#company_captions .awardRecord .owl-carousel .owl-stage-outer,
#product_captions .certifyList .owl-carousel .owl-stage-outer {
    padding: 6px 0;
}

#company_captions .certifyList .owl-carousel .owl-nav,
#company_captions .awardRecord .owl-carousel .owl-nav,
#hr_captions .imgLoop .owl-carousel .owl-nav,
#product_captions .certifyList .owl-carousel .owl-nav {
    margin: 0;
    position: absolute;
    width: 100%;
    height: 195px;
    line-height: 195px;
    z-index: -1;
}

#hr_captions .imgLoop:hover .owl-carousel .owl-nav {
    z-index: 0;
}

#company_captions .certifyList .owl-carousel .owl-nav .owl-prev,
#company_captions .awardRecord .owl-carousel .owl-nav .owl-prev,
#product_captions .certifyList .owl-carousel .owl-nav .owl-prev {
    width: 66px;
    height: 195px;
    margin: 0;
    left: -45px;
    position: absolute;
    background-image: url('../images/changepage_left.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

#hr_captions .imgLoop .owl-carousel .owl-nav .owl-prev {
    width: 66px;
    height: 195px;
    margin: 0;
    left: 0;
    position: absolute;
    background-image: url('../images/changepage_left.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

#company_captions .certifyList .owl-carousel .owl-nav .owl-next,
#company_captions .awardRecord .owl-carousel .owl-nav .owl-next,
#product_captions .certifyList .owl-carousel .owl-nav .owl-next {
    width: 66px;
    height: 195px;
    margin: 0;
    right: -45px;
    position: absolute;
    background-image: url('../images/changepage_right.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

#hr_captions .imgLoop .owl-carousel .owl-nav .owl-next {
    width: 66px;
    height: 195px;
    margin: 0;
    right: 0;
    position: absolute;
    background-image: url('../images/changepage_right.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

#company_captions .certifyList .owl-carousel .owl-nav .owl-prev:hover,
#company_captions .certifyList .owl-carousel .owl-nav .owl-next:hover,
#company_captions .awardRecord .owl-carousel .owl-nav .owl-prev:hover,
#company_captions .awardRecord .owl-carousel .owl-nav .owl-next:hover,
#hr_captions .imgLoop .owl-carousel .owl-nav .owl-prev:hover,
#hr_captions .imgLoop .owl-carousel .owl-nav .owl-next:hover,
#product_captions .certifyList .owl-carousel .owl-nav .owl-prev:hover,
#product_captions .certifyList .owl-carousel .owl-nav .owl-next:hover {
    background-color: unset;
}

#company_captions .certifyList .items {
    text-align: center;
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
}

#product_captions .certifyList .items {
    text-align: center;
    width: 100%;
    /* max-width: 320px; */
    max-width: 280px;
    margin: 0 auto;
    /* margin: 0 auto 177px; */
}

#product_captions .certifyList .detailsList {
    float: left;
    margin: 0 25px 60px;
    /* margin: 0 66px 30px; */
    /* margin: 0 66px 204px; */
    position: relative;
    /* display: inline-block;
    vertical-align: top; */
}

#company_captions .awardRecord .item {
    text-align: center;
    width: 480px;
    margin: 0 50px;
}

#company_captions .certifyList .items .imgBlock img,
#company_captions .awardRecord .item .imgBlock img {
    max-height: 340px;
    max-width: 480px;
    width: auto;
    height: 100%;
    margin: 0 auto;
}

#product_captions .certifyList .items .imgBlock {
    border: 2px solid #979797;
}

#product_captions .certifyList .items .imgBlock img {
    /* max-height: 240px; */
    /* max-width: 320px; */
    max-height: 210px;
    max-width: 280px;
    margin: 0 auto;
    width: auto;
}

#product_captions .certifyList .items .description hr {
    margin: 10px 0;
    height: 2px;
    background-color: #979797;
}

/* #product_captions .certifyList .items .description {
    display: none;
} */

/* #product_captions .certifyList .items.s_m.active {
    width: 406px;
    position: relative;
} */

#product_captions .certifyList .items:hover {
    width: 406px;
    /* margin: 0 auto; */
    /* border: 1px solid #2c83ff; */
    position: relative;
}

/* #product_captions .certifyList .detailsList:hover {
    margin: 0 66px 30px;
} */

/* #product_captions .certifyList .items.s_m.active .imgBlock {
    border: none;
    box-shadow: none;
} */

#product_captions .certifyList .items:hover .imgBlock {
    border: 2px solid #2c83ff;
}

#product_captions .certifyList .items:hover .description hr {
    background-color: #2c83ff;
    border: 1px solid #2c83ff;
}

/* #product_captions .certifyList .items.s_m.active .description {
    display: block;
    padding: 0 30px 2px;
} */

#product_captions .nav.nav-tabs li {
    width: 25%;
    border-right: 1px dotted #979797;
}

#product_captions .nav.nav-tabs li .nav-link {
    padding: 6px 0;
    font-size: 24px;
    border: none;
}

#product_captions .nav.nav-tabs li .nav-link.active {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    border: 1px solid #007aff;
    max-width: 170px;
    margin: 0 auto;
    border-radius: 8px;
}

#company_captions .certifyList .items .year,
#company_captions .awardRecord .item .year {
    margin: 40px auto 20px;
    color: #ffa900;
    font-size: 48px;
}

#company_captions .certifyList .items .text,
#company_captions .awardRecord .item .text {
    font-size: 24px;
}

#product_captions .certifyList .items .text {
    margin: 0 0 1px;
    text-align: left;
}

#product_captions .certifyList .items .text a {
    font-size: 18px;
    display: inline-block;
    border-bottom: 4px solid #FFFFFF;
}

#product_captions .certifyList .items .text a:hover,
#product_captions .certifyList .items .text span:hover {
    border-bottom: 4px solid #F5A623;
}

#product_captions .certifyList .items .text span {
    font-size: 18px;
    display: inline-block;
    border-bottom: 4px solid #FFFFFF;
}

#product_captions .product-img-block {
    max-width: 1708px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    border-bottom: 1px solid #979797;
}

#product_captions .product-img-block .preview-list {
    margin-bottom: 68px;
    margin: 0 74px;
    /* margin: 0 124px; */
}

#product_captions .product-img-block .preview-list>div {
    width: 150px;
    height: 125px;
    float: left;
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.5);
}

#product_captions .product-img-block .preview-list>div .product_source {
    max-height: 125px;
    max-width: 150px;
}

#company_captions .awardRecord .item .imgBlock {
    -webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.5);
    /* background-color: #f9f9f9; */
}

#company_captions .companyList .item .companyItemBg {
    background-color: #fafafa;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    display: none;
}

#company_captions .companyList .item .preview {
    float: left;
    -webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.5);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 420px;
    height: 350px;
    margin: 0 46px 0 45px;
}

#company_captions .companyList .item .service ul li {
    font-size: 20px;
    /* font-size: 24px; */
}

#company_captions .historyList .timeLine-vertical ul li {
    cursor: default;
    position: relative;
    padding-bottom: 10px;
}

#company_captions .historyList .timeLine-vertical ul li:last-child .timeLineImg {
    display: none;
}

#company_captions .historyList .timeLine-vertical ul li:hover .year {
    background-color: #F5A623;
}

#company_captions .historyList .timeLine-vertical .timeLineImg {
    position: absolute;
    top: 0;
    left: 55px;
    height: 100%;
    width: 10px;
}

#company_captions .historyList .timeLine-vertical .year {
    float: left;
    width: 120px;
    height: 120px;
    position: relative;
    background-color: #0085CC;
    border-radius: 50%;
    border: 5px solid #D1D1D6;
    margin-right: 70px;
}

#company_captions .historyList .timeLine-vertical .year span {
    color: #ffffff;
    line-height: 110px;
    text-align: center;
    display: block;
    font-size: 28px;
}

#company_captions .historyList .timeLine-vertical .content {
    float: left;
    min-height: 120px;
    width: 80%;
    border-bottom: 2px dotted #979797;
    padding-left: 35px;
}

#company_captions .historyList .timeLine-vertical .content ul li {
    font-size: 24px;
    padding-bottom: 0;
}

#inv_captions .inv-dropdown-btn {
    font-size: 24px;
}

#inv_captions .inv-dropdown-btn::after {
    color: #f9be00;
}

#inv_captions .table .thead-dark th {
    background-color: #0077c8;
    border-color: #0077c8;
    font-size: 20px;
    color: #fff;
}

#inv_captions .table .thead-dark .sp th {
    background-color: #dcedf9;
    border-color: #dcedf9;
    color: #777777;
}

#inv_captions .table td,
#inv_captions .table th {
    font-size: 20px;
    font-weight: normal;
}

#inv_captions .table-striped tbody tr:nth-of-type(odd) {
    background-color: #eeeeef;
}

#inv_captions .stockBlock>div {
    margin-bottom: 25px;
    font-size: 24px;
}

#inv_captions .form-check-inline input,
#inv_captions .form-check-inline label {
    cursor: pointer;
}

#notShowImg {
    display: none;
}

#notShowImg img {
    display: none;
}

/* #other_captions .content .container:first-child {
    border: 1px solid #333333;
}

#other_captions .content .row .bg,
#other_captions .content .container:last-child .bg,
#about_page_bg,
#about_banner,
#contact_banner,
#product_banner,
#product .container .row .bg,
#product .container .row .page_tmp_bg,
#industry_banner,
#innovation_banner,
#industry .container .row .bg,
#innovation .container .row .bg,
.product_sub .nav-preview {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#other_captions .content .row .bg .mask {
    background-color: #967819;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    display: none;
}

#other_captions .content .row .bg:hover .mask {
    display: block;
}

#other_captions .content .row .text {
    padding: 20px 30px;
}

#other_captions .content .row .text div:first-child {
    font-size: 16px;
    text-align: right;
    margin: 0 0 10px;
}

#other_captions .content .row .text div:nth-child(2),
#other_captions .content .container:last-child .text {
    font-size: 20px;
    text-align: center;
    color: #967819;
    margin: 0 0 20px;
}

#other_captions .content .row .text div:nth-child(3) {
    font-size: 16px;
    text-align: justify;
    margin: 0 0 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

#other_captions .content .row .text div:last-child,
#other_captions .content .row div:last-child {
    color: #967819;
    font-size: 20px;
    text-align: right;
} */

.carousel-control-prev {
    left: -125px;
}

.carousel-control-prev .carousel-control-prev-icon {
    background-image: url('../images/industry_left.svg');
    height: 115px;
    width: 50px;
    background-repeat: no-repeat;
    background-size: 100px;
    background-position: center;
}

.carousel-control-next {
    right: -125px;
}

.carousel-control-next .carousel-control-next-icon {
    background-image: url('../images/industry_right.svg');
    height: 115px;
    width: 50px;
    background-repeat: no-repeat;
    background-size: 100px;
    background-position: center;
}

.showIndustryModal:hover {
    font-weight: bold;
}

.grey_btn {
    border-radius: 0;
    background-color: #f1f1f1;
    box-shadow: none;
    border: none;
    float: left;
    width: auto;
}

.send_btn {
    font-size: 16px;
    background-color: #2a59a7 !important;
    width: 270px;
    max-width: 100%;
    background-image: none;
    color: #fff !important;
    /* display: inline-block; */
    height: 40px;
    position: relative;
    float: right;
}

#goTopBlock {
    position: fixed;
    right: 30px;
    display: block;
    z-index: 1;
}

#gotop {
    visibility: hidden;
    background-color: #ffffff;
    border-radius: 50%;
}

#gotop i {
    color: rgba(0, 0, 0, 0.3);
    font-size: 40px;
}

#gotop i:hover {
    color: rgba(0, 0, 0, 0.7);
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
        top: 65px;
    }

    to {
        opacity: 1;
        top: 70px;
    }
}

@-moz-keyframes fadeIn {
    from {
        opacity: 0;
        top: 65px;
    }

    to {
        opacity: 1;
        top: 70px;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
        top: 65px;
    }

    to {
        opacity: 1;
        top: 70px;
    }
}

@-webkit-keyframes wave {

    0%,
    60%,
    100% {
        transform: initial;
    }

    30% {
        transform: translateY(-15px);
    }
}

@-moz-keyframes wave {

    0%,
    60%,
    100% {
        transform: initial;
    }

    30% {
        transform: translateY(-15px);
    }
}

@keyframes wave {

    0%,
    60%,
    100% {
        transform: initial;
    }

    30% {
        transform: translateY(-15px);
    }
}

.fade-in {
    opacity: 0;
    /* 一開始讓東西消失 */
    -webkit-animation: fadeIn ease-in 1;
    /* 呼叫命名為 fadeIn 的 keyframe, 使用 ease-in 動畫效果並且只重複執行一次 */
    -moz-animation: fadeIn ease-in 1;
    animation: fadeIn ease-in 1;

    -webkit-animation-fill-mode: forwards;
    /* 確保在動畫完成後，我們會保持在最後的 keyframe 值 (opacity: 1)*/
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;

    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    animation-duration: 0.5s;
}

.pull-right {
    float: right !important;
}

@media screen and (min-width: 1025px) {
    .w-1024_up {
        display: block;
    }

    .w-1024_up .item:last-child {
        margin: 0;
    }

    .w-1024_down {
        display: none;
    }
}

@media screen and (max-width: 1024px) {
    .w-1024_up {
        display: none;
    }

    .w-1024_down {
        display: block;
    }

    .w-1024_down .item {
        float: left;
    }

    .w-1024_down .item .title {
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 1350px) {
    footer.view1350 {
        padding: 70px 45px 50px;
    }

    footer.view1350 .companyLogo {
        max-width: 350px;
    }

    .w-1024_up.view1350 .copyAllRights {
        margin-left: 45px;
    }

    /* #news_captions .content .view1350 .item {
        max-width: 550px;
    } */

    /* #news_captions .view1350 .news_preview {
        max-width: 370px;
    } */

    #company_captions .historyList .view1350 {
        width: 100% !important;
    }

    /* #company_captions .companyList .item.view1350 .preview {
        margin: 0 46px 0 45px;
    } */

    #company_captions .companyList .item.view1350 .detail {
        width: 30% !important;
    }

    /* #company_captions .companyList .item.view1350 .detail>div {
        width: 630px !important;
    } */

    #company_captions .certifyList.view1350 .items,
    #company_captions .awardRecord.view1350 .item {
        width: 300px;
    }

    #company_captions .certifyList.view1350 .items .imgBlock img,
    #company_captions .awardRecord.view1350 .item .imgBlock img {
        max-width: 300px;
    }

    /* #company_captions .managerList.view1350 {
        width: 95%;
    } */

    #company_captions .aboutList a>div.view1350 {
        height: 500px;
        max-width: 236px;
    }

    /* #company_captions .aboutList a:first-child>div.view1350 {
        margin-left: 0;
    } */

    #company_captions .aboutList a>div.view1350:hover .title {
        height: 500px;
        line-height: 500px;
    }

    #hr_captions .aboutList a>div.view1350 {
        height: 500px;
        max-width: 236px;
    }

    /* #hr_captions .aboutList>a:first-child>div.view1350 {
        margin-left: 0;
    } */

    #hr_captions .aboutList>a>div.view1350:hover .title {
        height: 500px;
        line-height: 500px;
    }

    #hr_captions .view1350 .bonusItem {
        margin: 0 !important;
    }
}

@media all and (max-width: 768px) {

    .btn-group-vertical>.btn-group:after,
    .btn-group-vertical>.btn-group:before,
    .btn-toolbar:after,
    .btn-toolbar:before,
    .clearfix:after,
    .clearfix:before,
    .container-fluid:after,
    .container-fluid:before,
    .container:after,
    .container:before,
    .dl-horizontal dd:after,
    .dl-horizontal dd:before,
    .form-horizontal .form-group:after,
    .form-horizontal .form-group:before,
    .modal-footer:after,
    .modal-footer:before,
    .modal-header:after,
    .modal-header:before,
    .nav:after,
    .nav:before,
    .navbar-collapse:after,
    .navbar-collapse:before,
    .navbar-header:after,
    .navbar-header:before,
    .navbar:after,
    .navbar:before,
    .pager:after,
    .pager:before,
    .panel-body:after,
    .panel-body:before,
    .row:after,
    .row:before {
        display: table;
        content: " ";
    }

    .btn-group-vertical>.btn-group:after,
    .btn-toolbar:after,
    .clearfix:after,
    .container-fluid:after,
    .container:after,
    .dl-horizontal dd:after,
    .form-horizontal .form-group:after,
    .modal-footer:after,
    .modal-header:after,
    .nav:after,
    .navbar-collapse:after,
    .navbar-header:after,
    .navbar:after,
    .pager:after,
    .panel-body:after,
    .row:after {
        clear: both;
    }

    .top-menu-list {
        background: #fff none repeat scroll 0 0;
        bottom: -150px;
        height: 150px;
        left: 0;
        padding: 20px 0;
        position: absolute;
        text-align: center;
        width: 100%;
    }

    .top-menu-list {
        width: auto;
        float: left;
        padding: 0;
        margin: 4px 0 0 0;
    }

    .input-group select {
        font-size: 16px;
        background: #fff url('../images/triangle_down.svg') no-repeat right .75rem center/20px;
    }

    .input-group select option {
        font-size: 16px;
    }

    .career2-event-profil select {
        display: block;
        text-align: center;
        text-align-last: center;
        border: 1px solid #e0dcdc;
        color: #313131;
        display: block;
        font-size: 18px;
        padding: 0;
        height: auto;
        -webkit-box-shadow: none;
        box-shadow: none;
        position: relative;
        background: #d8df3f url(../images/drop_down.png) 99% center no-repeat;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    /* 隱藏下拉式箭頭 */
    .career2-event-profil select::-ms-expand {
        display: none;
    }

    .career2-event-profil .form-control:focus {
        -webkit-box-shadow: none;
        box-shadow: none;
        border: 1px solid #e0dcdc;
    }

    .career2-event-profil select option {
        background-color: #fff;
        border: 1px solid #e1e1e1;
        padding: 8px 20px;
    }

    .xp-mobail-career2 {
        display: block;
    }

    .xp-desktop-career2 {
        display: none;
    }

    .navbar-default .navbar-brand {
        color: #777;
        padding: 0;
        margin: 0;
    }

    /* header .logo {
        width: 120px;
    } */

    .logo img {
        display: block;
        width: auto;
        height: 64px;
        margin: 0 0 0 5px;
        max-width: unset;
    }

    header {
        height: 64px;
        background: #137CBE;
        position: relative;
        z-index: 9999;
    }

    body.menu-open:after {
        content: '';
        display: block;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        z-index: 1000;
        background: rgba(0, 0, 0, 0.7);
    }

    .visible-xs {
        display: block !important;
    }

    .mobile_toggle {
        /* color: #fff !important; */
        float: right;
        font-size: 20px;
        margin: 15px 10px 0 0;
    }

    .navbar-toggle {
        position: relative;
        float: right;
        padding: 9px 10px;
        margin-top: 8px;
        margin-right: 15px;
        margin-bottom: 8px;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
    }

    body .navbar-toggle {
        margin-top: 15px;
        background-color: transparent;
        border: none;
    }

    .navbar-default .navbar-toggle {
        border-color: #ddd;
    }

    .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:hover {
        background-color: transparent;
    }

    .navbar-toggle .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
    }

    .navbar-toggle .icon-bar+.icon-bar {
        margin-top: 4px;
    }

    .navbar-default .navbar-toggle .icon-bar {
        /* background-color: #fff; */
        background-color: #137CBE;
    }

    header .navbar.navbar-default {
        position: absolute;
        background: #fff;
        z-index: 50;
        left: 0;
        width: 100%;
        margin: 0;
        padding: 0 !important;
        height: auto;
    }

    .collapse {
        display: none;
    }

    .navbar-collapse {
        padding-right: 15px;
        padding-left: 15px;
        overflow-x: visible;
        -webkit-overflow-scrolling: touch;
        border-top: 1px solid transparent;
        -webkit-box-shadow: inset 0 1px 0 rgb(255 255 255 / 10%);
        box-shadow: inset 0 1px 0 rgb(255 255 255 / 10%);
    }

    .navbar-collapse {
        padding: 0 !important;
    }

    header .navbar.navbar-default .nav>li {
        width: 100%;
        float: left;
    }

    header .navbar.navbar-default .nav>li span,
    header .navbar.navbar-default .nav>li a {
        font-size: 16px;
        text-align: left;
        border-bottom: 1px solid #424242;
        padding: 28px 15px;
        color: #313131 !important;
    }

    header .navbar.navbar-default .nav li .dropdown-menu li span,
    header .navbar.navbar-default .nav li .dropdown-menu li a {
        background: #dcdbdb none repeat scroll 0 0;
        border: medium none;
        border-radius: 0;
        color: #000;
        font-weight: normal;
        padding: 15px 15px;
        text-transform: none;
    }

    /*header .navbar.navbar-default .nav li .dropdown-menu li:first-child a {*/
    /*padding-top: 20px;*/
    /*}*/
    /*header .navbar.navbar-default .nav li .dropdown-menu li:last-child a {*/
    /*padding-bottom: 20px;*/
    /*}*/

    /* .caret, */
    .dropdown-toggle::after {
        display: inline-block;
        width: 0;
        height: 0;
        margin-left: 2px;
        vertical-align: middle;
        border-top: 4px dashed;
        border-top: 4px solid\9;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
    }


    /* header .navbar.navbar-default .nav li a .caret, */
    .dropdown-toggle::after {
        border-top: 5px dashed;
        border-right: 5px solid transparent;
        border-left: 5px solid transparent;
        margin-top: -5px;
    }

    .toggle_xs_lang::after {
        background: url(../images/ic_arrow_down.svg) no-repeat center;
        border: none;
        margin: 6px 0 0 !important;
        width: 15px;
        height: 15px;
        background-size: contain;
    }

    /* header .navbar.navbar-default .nav li a .caret, */
    .dropdown-toggle::after {
        float: right;
        margin: 8px 0 0 0;
    }

    #inv_captions .inv-dropdown-btn::after {
        /* color: #f9be00; */
        border-top: 15px dashed;
        border-right: 10px solid transparent;
        border-left: 10px solid transparent;
        margin: 12px 0 0 0;
    }

    header .navbar.navbar-default .nav li a[aria-expanded="true"]::after {
        border-top: none;
        border-bottom: 5px dashed;
    }

    header .navbar.navbar-default .nav {
        float: right;
        margin: 20px 0 0 0;
    }

    header .navbar.navbar-default .nav {
        padding: 0;
        float: none;
        width: 100%;
        background: #3a3a3a;
        margin: 0;
        text-align: center;
        border-top: 1px solid #ffffff;
    }

    header .navbar.navbar-default .nav li .dropdown-menu.mega-dropdown-menu {
        background: #ffffff;
        padding: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .dropdown-menu {
        width: 100%;
        max-width: 100%;
        background: #ffffff !important;
    }

    footer ul {
        min-height: inherit;
    }

    .filter-search-box {
        width: 100%;
    }

    .filter-search-box label {
        width: 100%;
        float: left;
    }

    .filter-search-box select {
        width: calc(50% - 17px);
        margin: 0 15px 0 0;
    }

    .filter-search-box .filter-search {
        float: left;
        margin: 10px 0 0 0;
    }

    .items-inner-box .check-list tr {
        width: 100%;
        display: inline-block;
    }

    .items-inner-box .check-list tr td {
        width: 49%;
        display: inline-block;
    }

    .title-bar.titlebar-filter .filter-search-box select {
        width: 100%;
        margin-bottom: 10px;
    }

    .related-products.home-product .product-inner-frame .img-frame {
        margin: 0;
    }

    .related-products.home-product .product-inner-frame {
        margin: 0 0 25px 0;
    }

    .related-products.home-product .product-inner-frame .img-frame img {
        height: auto;
        max-width: 100%;
        width: auto;
    }

    #company_captions .companyList .item.view1350 .detail {
        width: 100% !important;
    }

    .home-slider .slide .item {
        /* height: 300px; */
        /* padding: 0 50px; */
    }

    .home-slider .slide .item h1 {
        font-size: 20px;
    }

    .home-slider .slide .item p {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .home-slider .slide .carousel-control {
        top: 50%;
        width: 35px;
        height: 35px;
        line-height: 1em;
    }

    .top-menu .language-ul .dropdown-menu {
        /*display: block !important;*/
        /*opacity: 1 !important;*/
        float: none;
        position: relative;
        width: 100% !important;
        margin: 0 0 10px;
        text-align: center;
        border: none !important;
    }

    .top-menu .language-ul li {
        display: block;
    }

    /* .top-menu .language-ul .dropdown-menu {
        width: 170px !important;
        max-width: 170px !important;
        margin: 0 auto;
    } */

    header .navbar.navbar-default .nav li .dropdown-menu li span,
    header .navbar.navbar-default .nav li .dropdown-menu li a {
        text-align: left;
        display: block;
        clear: both;
        white-space: nowrap;
    }

    .language {
        float: none;
    }

    .nav>li>a {
        position: relative;
        display: block;
        padding: 10px 15px;
    }

    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 20px;
    }

    .navbar-brand,
    .navbar-nav>li>a {
        text-shadow: 0 1px 0 rgb(255 255 255 / 25%);
    }

    .language-ul li a {
        font-size: 12px !important;
        padding: 0 0 !important;
        border: none !important;
        background: none !important;
    }

    .navbar-default .navbar-nav>li>a {
        color: #777;
    }

    header .navbar.navbar-default .nav li span,
    header .navbar.navbar-default .nav li a {
        text-shadow: none;
        font-size: 15px;
        color: #bfbfbf;
        text-transform: uppercase;
        padding: 14px 15px;
        border-radius: 5px 5px 0 0;
    }

    .language strong {
        font-weight: 400;
        text-align: center;
    }

    .top-menu .language-ul .caret:after {
        content: "";
    }

    .top-menu {
        width: 100%;
    }

    .show_search {
        display: block !important;
    }

    .search-box {
        width: 200px;
        height: 28px;
        background: #4d4d4d;
        border-radius: 3px;
        border: 1px solid #616161;
        float: right;
        position: relative;
        margin: 0 15px 0 0;
    }

    .search-box {
        width: 100%;
    }

    .main_xs_lang {
        width: 105px;
        display: block;
        /* margin: 0 auto; */
        position: relative;
    }

    .mobile_lang_ul {
        display: none;
        position: absolute;
        z-index: 10;
        /* margin: 5px 0 0; */
        padding: 0;
    }

    .show_search {
        display: block !important;
    }

    #mobile_search {
        position: absolute;
        top: 75px;
        width: 95%;
        margin: 0 auto;
        left: 0;
        right: 0;
        z-index: 100;
    }

    #mobile_search:after {
        height: 11px;
        width: 21px;
        position: absolute;
        content: "";
        background: url("../images/tip.png") no-repeat 0 0 / 21px 11px;
        right: 48px;
        top: -10px;
        display: block;
    }

    .main_xs_lang .toggle_xs_lang {
        font-size: 16px;
        color: #545454;
        /* border: 1px solid #c2c0c0 !important; */
        width: 105px;
        text-align: left;
        /* text-align: center; */
        display: block;
        padding: 2px 0 !important;
        text-decoration: none !important;
    }

    .main_xs_lang ul li a {
        display: block !important;
        background-color: #f1f1f1 !important;
        border: 1px solid #c2c0c0 !important;
        border-bottom: none !important;
        width: 105px;
        font-size: 16px !important;
        color: #343434 !important;
        padding: 10px 0 !important;
        border-radius: 0 !important;
        text-decoration: none !important;
    }

    .main_xs_lang ul li:last-child a {
        border: 1px solid #c2c0c0 !important;
    }

    /*.top-menu .language-ul .language {*/
    /*display: none;*/
    /*}*/
    .top-menu {
        border-bottom: 1px solid rgb(49, 49, 49);
        padding: 14px 15px;
    }

    .top-menu .language-ul {
        width: 50px !important;
        /* margin: 8px 0 0 0 !important; */
        /* margin: 4px 0 0 0 !important; */
        border: none !important;
        padding: 0 !important;
        background: none !important;
    }

    .top-menu .language-ul {
        width: 100% !important;
        /* padding: 10px 0 !important; */
    }

    header .navbar.navbar-default .nav {
        background-color: #fff;
    }

    .top-menu-list .social_ul {
        display: block;
        margin: 20px 0 30px;
        float: none !important;
    }

    .search-box {
        float: none;
        background-color: #fff;
        height: auto;
        border: none;
        display: none;
    }

    .search-box input {
        width: 100%;
        float: left;
        background: none;
        border: none;
        outline: 0;
        font-size: 12px;
        padding: 5px 15px;
        color: #ffffff;
    }

    .search-box input {
        border-radius: 4px;
        border: 1px solid rgb(188, 188, 188);
        -webkit-box-shadow: none;
        box-shadow: none;
        background-color: #fff;
        color: rgb(176, 176, 176);
        padding: 5px 35px 4px 15px;
        height: 40px;
    }

    .search-Btn {
        position: absolute;
        right: 8px;
        top: 2px;
        background: none;
        border: none;
        padding: 0;
        outline: 0;
        color: #bcbcbc;
    }

    .search-Btn {
        color: #313131;
        right: 15px;
        top: 9px;
    }

    header .navbar.navbar-default .nav li .dropdown-menu li a:hover {
        background: #dcdbdb !important;
        color: #313131;
    }

    .js-navbar-collapse {
        position: relative;
    }

    .collapse.show {
        display: block;
    }

    .navbar-collapse.show {
        overflow-y: auto;
    }

    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border-color: #e7e7e7;
    }

    header .navbar.navbar-default .collapse {
        padding: 0;
        border-top: none;
    }

    .top-menu-list {
        width: auto;
        float: left;
        padding: 0;
        margin: 4px 0 0 0;
    }

    .top-menu-list {
        background: #fff none repeat scroll 0 0;
        bottom: -94px;
        height: 94px;
        left: 0;
        padding: 14px 15px;
        position: absolute;
        text-align: center;
        width: 100%;
        margin: 0;
    }

    .top-menu-list>ul {
        display: inline-block;
        padding: 0;
    }

    .top-menu-list .social_ul {
        margin-left: 12px;
        margin: 0 10px;
    }

    .top-menu-list .social_ul {
        display: block;
        margin: 20px 0;
        float: none !important;
    }

    .top-menu-list li {
        font-size: 14px;
        color: #bfbfbf;
        text-transform: uppercase;
        display: inline-block;
    }

    .top-menu-list li a {
        color: #bfbfbf;
        margin: 0 10px;
        display: inline-block;
    }

    .top-menu-list li a,
    .top-menu-list li {
        color: #313131;
        margin: 0 5px;
        font-size: 12px;
    }

    .top-menu-list li a i {
        font-size: 22px;
        vertical-align: middle;
        color: #313131;
    }

    .social_ul .visible-xs {
        display: inline-block !important;
    }

    header .navbar.navbar-default .nav li a:hover,
    header .navbar-default .navbar-nav>.open>a,
    header .navbar-default .navbar-nav>.open>a:focus,
    header .navbar-default .navbar-nav>.open>a:hover {
        background: #fff !important;
        color: #bfbfbf;
    }

    header .navbar.navbar-default .nav li .dropdown-menu {
        border-bottom: none;
        padding: 0;
        margin: 0;
        border: none;
    }

    /*Other page responsiveness*/
    .intro_page {
        padding: 10px 10px 70px;
    }

    .main-title {
        font-size: 0 !important;
        margin: 0 !important;
        padding: 0 0 15px !important;
        visibility: hidden;
    }

    p {
        font-size: 14px;
    }

    h5 {
        font-size: 18px;
    }

    .intro_page h5 {
        margin: 25px 0 5px;
    }

    .time_box::after {
        bottom: inherit;
        right: inherit;
        left: 0;
        margin: unset;
        top: 28px;
    }

    .time_box::before {
        background: transparent;
    }

    .time_box {
        margin-left: 0;
        padding: 125px 0 30px;
    }

    .filter-search-box select {
        margin: 10px 15px 0 0;
        width: 100%;
    }

    .filter-search-box .filter-search {
        display: table;
        float: none;
        margin: 10px auto 17px !important;
        width: 100%;
    }

    .xp-desktop-news-video {
        border: none;
        margin-top: 58px;
    }

    .xp-desktop-news-video .xp-text-box {
        padding-left: 0;
        padding-right: 0;
    }

    .xp-desktop-news-video .xp-text-box p,
    .xp-desktop-news-video .xp-text-box a {
        display: none;
    }

    .xp-main-video-news {
        position: relative;
    }

    .xp-main-video-news .events_btn {
        left: 0;
        margin: 0;
        position: absolute;
        right: 0;
        text-align: center;
        top: 20px;
        width: 100%;
    }

    .xs-margin-top-50 {
        margin-top: 60px;
    }

    .xp-main-video-news {
        padding: 20px;
    }

    .xp-desktop-news-video-colum .col-xs-6 {
        width: 100%;
    }

    .xp-desktop-news-video-box {
        border-top: 1px solid #d8d5d5;
        margin-bottom: 0;
        padding: 0 0 13px;
    }

    .xp-desktop-news-video-box:last-child {
        padding-bottom: 0;
    }

    .xp-desktop-news-video-box .image-holder {
        display: none;
    }

    .xp-desktop-news-video-box .text-box p {
        margin-bottom: 0;
        font-size: 16px;
    }

    .xp-desktop-services .xp-text-box {
        padding-left: 0;
        padding-top: 15px;
    }

    .xp-desktop-services-clapess h3 {
        margin-bottom: 15px;
        margin-top: 10px;
    }

    .xp-desktop-services-clapess .stakeholder-table {
        margin-bottom: 0;
        overflow-y: scroll;
    }

    .xp-desktop-services-clapess .stakeholder-table table {
        width: 800px;
    }

    .xp-desktop-form .form-group {
        margin-bottom: 0;
    }

    .intro_page,
    .inner_page {
        padding: 20px 10px;
    }

    .policy_slider .carousel-inner>.item {
        padding: 0;
    }

    .xp-career thead {
        display: none;
    }

    .xp-career h4 {
        background: #f1f1f1 none repeat scroll 0 0;
        color: #333333;
        display: inline-block;
        font-size: 14px;
        margin: 0 30px 0 0;
        min-width: 120px;
        padding: 20px;
    }

    .xp-career table tbody tr {
        border-bottom: 2px solid #545454;
    }

    .xp-career .investor-table table tr td {
        border-bottom: none;
    }

    .xp-career table tbody tr td:last-child {
        border-bottom: none !important;
    }

    .xp-career table tbody tr td {
        border-bottom: 1px solid #d9d9d9;
        display: block;
        padding: 0;
        text-align: left;
        width: 100%;
    }

    .xp-crear-footer {
        display: none;
    }

    .intro_page .contact_page_ul li span,
    .contact_page_ul .visible-mobile {
        display: inline-block;
    }

    .intro_page .contact_page_ul li strong {
        display: block;
    }

    .intro_page .contact_page_ul {
        text-align: left;
    }

    .contact_form .bot_col .control-label {
        top: 6px;
    }

    .contact_form .bot_col::after {
        content: "";
    }

    .btn_holder_main {
        text-align: center;
    }

    .btn_holder_main .btn-group {
        display: table;
        margin: 0 auto;
    }

    .btn_holder_main .btn_inline {
        display: inline-block;
        margin-right: -4px;
    }

    .btn_holder_main .grey_btn {
        margin-top: 7px;
        width: 240px;
    }

    .btn_holder_main .btn-group .send_btn {
        width: 240px;
    }

    .contact_form .contact_checkbox {
        text-align: center;
    }

    .match_btn img {
        height: 40px;
        -o-object-fit: cover;
        object-fit: cover;
        width: 190px;
    }

    .tong-text-holder {
        padding: 10px 0;
    }

    .tongtai_table .image-holder {
        border: 1px solid #f1f1f1;
        height: 84px;
        width: 124px;
        overflow: hidden;
    }

    .detail-table table tr td.image-td {
        height: 93px;
    }

    .tongtai_table table tbody tr td {
        border-bottom: none;
        padding: 0 10px;
    }

    .tongtai_table table tbody tr {
        border-bottom: 1px solid #d9d9d9;
        display: block;
        padding: 20px 0;
    }

    .news_box_reverse .image-holder,
    .news_box_reverse .news_text {
        float: left;
        width: 100%;
        text-align: left;
    }

    .events_btn a {
        margin: 0 3px;
        width: 77px;
    }

    .invest_left_col,
    .invest_right_col {
        margin-left: 15px;
        margin-right: 15px;
    }

    /*.row-height {*/
    /*width: auto;*/
    /*}*/
    .row_invest_box .image-holder {
        display: none;
    }

    .row_invest_box .invest_box {
        border-bottom: 10px solid #d8d5d5;
        margin-bottom: 15px;
        padding-bottom: 15px;
    }

    .invest_right_col {
        padding: 20px 10px;
        margin-top: 20px;
    }

    .invest_slider .carousel-caption {
        padding: 10px 0 20px 15px;
        position: relative;
        max-width: 100% !important;
        border: 1px solid #d8d5d5 !important;
        border-top: 5px solid #d8df3f !important;
    }

    .home-slider .carousel-caption {
        top: 7%;
        left: 10%;
        right: auto;
        bottom: auto;
        padding: 0px;
        text-align: left;
        max-width: 85% !important;
        /* border: 1px solid blue; */
    }

    .filter-box label {
        float: left;
    }

    .filter-box .select_box {
        width: 85%;
    }

    .filter-box .select_box select {
        width: 97%;
    }

    .invest_slider .carousel-control {
        font-size: 20px;
        height: 40px;
        line-height: 40px;
        top: 40%;
        width: 40px;
    }

    .cont-person-popup.product-popup.video-section .modal-dialog .modal-content .modal-body {
        padding: 20px 20px 15px;
    }

    .cont-person-popup p {
        font-size: 14px;
    }

    .cont-person-popup p strong {
        font-size: 18px;
    }

    .modal_btns>a {
        min-width: 90px;
    }

    .invest_slider .carousel-indicators {
        bottom: -40px;
    }

    .invest_slider .carousel-inner {
        margin-bottom: 70px;
    }

    .invest_left_col {
        border: none !important;
    }

    .invest_left_col {
        background-color: transparent;
    }

    .invest_sidebar {
        display: none;
    }

    .toggle_menu {
        background: #fff;
        border: 1px solid #e0dcdc;
        display: block;
        font-size: 18px;
        padding: 8px 20px;
        color: #313131 !important;
        text-decoration: none !important;
        position: relative;
    }

    .toggle_menu::after {
        border-color: #000 transparent transparent;
        border-style: solid;
        border-width: 10px 8px 0;
        content: "";
        display: inline-block;
        height: 0;
        margin-left: 3px;
        position: absolute;
        right: 17px;
        top: 17px;
        vertical-align: sub;
        width: 0;
    }

    .title_bot_border .filter-box {
        display: none;
    }

    .xp-career .investor-table table .height-50-p tr td,
    .xp-career .investor-table table .height-40-p tr td {
        padding: 0;
    }

    .xp-career.h4-width-110 h4 {
        min-width: 150px;
    }

    .investor-table.xs-width-50 td {
        width: 50%;
    }

    .invest_tab .nav-tabs {
        display: none;
    }

    .invest_tab .nav-tabs>li {
        display: block;
        margin: 1px 0 0;
        width: 100%;
    }

    .invest_tab .nav-tabs>li a {
        display: block;
        font-size: 16px;
        min-width: inherit;
        width: 100%;
        margin: 0;
    }

    .invest_tab .nav-tabs>li.active a {
        background-color: #004ea2;
        border: 1px solid #004ea2 !important;
        color: #fff;
    }

    .invest_tab .nav-tabs>li:hover a {
        background-color: #fff;
        border-color: #d8d5d5 !important;
        color: #004ea2;
    }

    .invest_tab .tab-content {
        margin: 20px 0 0;
        padding: 40px 20px 50px;
    }

    .xs_td_second_hide td:nth-child(2),
    .xs_td_first_hide td:nth-child(1) {
        display: none;
    }

    footer .cust_col_20 {
        width: 100%;
        /*border-bottom: 1px solid #777777;*/
    }

    .cust_col_20 ul {
        display: none;
    }

    .footer_social {
        border-bottom: 1px solid #777777;
        /* border-top: 1px solid #777777; */
        /* margin-top: 30px; */
        margin-bottom: 25px;
        /* padding-top: 25px; */
        padding-bottom: 15px;
    }

    .footer-logo-section {
        padding: 25px 0 15px;
        margin: 25px 0px 30px;
    }

    .footer_contact {
        border-bottom: 1px solid #777777;
        margin-bottom: 20px;
        text-align: left;
        padding-left: 15px;
    }

    footer .custom-width center p {
        padding: 0 15px;
    }

    .footer_social h2 {
        color: #838383;
        font-size: 16px;
        margin: 10px 0 20px;
        text-transform: uppercase;
    }

    .footer_social ul li {
        margin-bottom: 10px;
    }

    .footer_social ul li:last-child {
        margin-bottom: 0;
    }

    .side-contact-button {
        display: none;
    }

    .section_product_banner .img-responsive {
        min-height: 200px;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .download_popup .bot_col {
        margin-bottom: 15px;
    }

    .download_popup .form-group {
        margin-bottom: 0;
    }

    .download_popup .modal-content .readmore-btn {
        float: none;
        margin-top: 20px;
        width: 100%;
    }

    .detail-slidr .carousel.slide .thumbnail-slide-imgs .carousel-indicators li {
        width: 19%;
    }

    .maga-menu-wrapper {
        background: #dcdbdb;
    }

    .desktop_table_outer .desktop_tr td {
        text-align: left;
    }

    .xp-desktop-services-clapess .desktop_table_outer .stakeholder-table table {
        width: auto !important;
    }

    .xp-desktop-services-clapess .desktop_table_outer table tbody tr td:nth-child(1),
    .xp-desktop-services-clapess .desktop_table_outer table thead tr td:nth-child(1) {
        padding-left: 10px;
        text-align: left;
        width: 18%;
    }

    .xp-desktop-services-clapess .desktop_table_outer table tbody tr td:nth-child(3),
    .xp-desktop-services-clapess .desktop_table_outer table thead tr td:nth-child(3) {
        width: 9%;
    }

    .xp-desktop-services-clapess .stakeholder-table table {
        text-align: left !important;
    }

    .desktop_table_outer .desktop_tr p {
        width: 50%;
        float: left;
    }

    .desktop_table_outer table tr td {
        padding: 10px 2px;
    }

    .desktop_table_outer .stakeholder-table table {
        border: 1px solid #d9d9d9;
        border-bottom: none;
        border-top: none;
    }

    .news_box .image-holder {
        float: none;
        margin: 0;
    }

    .news_box .image-holder img {
        margin: 0 auto;
    }

    .news_box .news_text {
        /* text-align: center; */
        text-align: left;
    }

    .news_box .pdf_btn {
        float: none;
        margin: 48px auto 0;
    }

    .intro_page .stake_navi,
    .investor_page .stake_navi {
        margin: 15px 0 0;
    }

    .intro_page.with_navigation {
        padding-bottom: 30px;
    }

    .product-box {
        margin: 15px 0 15px;
    }

    .solution-box {
        padding: 15px;
    }

    .download_popup .modal-content .modal-body {
        padding: 20px 20px 15px !important;
    }

    /* .footer-logo-section li:first-child {
        width: 100%;
    }

    .footer-logo-section li:nth-child(5) a {
        margin: 0 5px;
    }

    .footer-logo-section li:nth-child(6) a {
        margin: 0 5px;
    }

    .footer-logo-section li:nth-child(7) a {
        margin: 0 5px;
    } */

    footer [class*=' col-xs'],
    footer .col-xs-12 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .footer_social {
        margin-bottom: 0;
        border-bottom: none;
        padding-bottom: 0;
    }

    footer .footer_social ul li select {
        margin: 20px 0 0;
    }

    footer .footer_social ul {
        margin: 0 0 15px;
        display: block;
        padding-left: 15px;
    }

    .container_pad_lr_zero_xs {
        padding-left: 0;
        padding-right: 0;
    }

    .footer_menu ul {
        background-color: #545454;
    }

    .footer_menu a {
        padding-left: 15px;
        padding-right: 15px;
        text-decoration: none;
    }

    .footer_menu ul li a {
        padding-top: 8px;
        padding-bottom: 8px;
        padding-left: 30px;
        display: block;
    }

    .footer_change_pos a {
        padding-left: 15px;
        padding-right: 15px;
        display: block;
    }

    .xp-desktop-faq-inner .panel-title a {
        position: relative;
        padding-right: 20px;
    }

    .xp-desktop-faq-inner .panel-heading a i {
        float: none;
        position: absolute;
        right: 0;
        top: 3px;
    }

    .xs-align-left {
        text-align: left;
    }

    .techno-box p {
        font-size: 16px;
    }

    .techno-box {
        padding: 15px 0px 10px 0px;
    }

    .img-frame.img-frame-move {
        margin-bottom: 20px;
    }

    .news_box {
        padding: 24px 0 15px;
    }

    footer {
        padding: 20px 0;
        margin: 0;
        /* margin: 70px 0 0 0; */
    }

    footer h2 a,
    footer h2 a:checked,
    footer h2 a:visited {
        text-transform: uppercase;
        font-size: 16px;
        color: #febd17;
        margin: 10px 0;
    }

    footer ul {
        list-style: none;
        padding: 0;
        margin: 0 0 25px 0;
    }

    footer ul li a {
        font-size: 12px;
        color: #bfbfbf;
        line-height: 25px;
    }

    .footer-logo-section {
        padding: 25px 0 15px;
        margin: 25px 0px 30px;
    }

    .footer-logo-section {
        width: 100%;
        padding: 25px 0 40px;
        margin: 0;
        position: relative;
    }

    .footer-logo-section a {
        display: inline-block;
        /* margin: 0 10px; */
    }

    .footer-logo-section a img {
        height: 30px;
    }

    .footer-logo-section ul {
        display: table;
        margin: 0 auto;
        list-style: none;
        padding: 0;
        position: relative;
        z-index: 5;
    }

    .footer-logo-section li {
        display: inline-block;
        /* margin: 0 auto 25px; */
        border-right: none;
        height: auto;
        /* padding: 0 5px; */
        text-align: center;
        vertical-align: middle;
        margin-right: 15px;
    }

    .footer-logo-section li:last-child {
        margin: 0;
    }

    #product_captions .certifyList .items {
        max-width: 50%;
    }

    /* #product_captions .certifyList .items .imgBlock {
        margin-top: 35px;
    } */

    #product_captions .certifyList .detailsList {
        margin: 0 auto 40px;
    }

    #product_captions .owl-carousel-productInfo {
        width: 50%;
    }
}

@media all and (max-width: 650px) {

    #product_captions .owl-carousel-productInfo {
        width: 100%;
    }

    #product_captions .certifyList .items {
        max-width: 100%;
    }

    #product_captions .nav.nav-tabs li .nav-link {
        font-size: 16px;
    }

    .product-inner-box h2 {
        font-size: 16px;
    }

    .product-detail-table table tr td {
        font-size: 12px;
    }

    .product-inner-box .product-img img {
        width: 100%;
    }
}

@media all and (max-width: 500px) {
    #hr_captions .bonusItem>div:nth-child(odd) .text {
        position: absolute;
        top: 0;
        left: 0;
        font-size: 24px;
        text-align: right;
        width: 100%;
        max-width: 370px;
    }

    #hr_captions .bonusItem>div:nth-child(even) .text {
        position: absolute;
        top: 0 !important;
        bottom: 0;
        right: 0;
        font-size: 24px;
        text-align: left;
        width: 100%;
        max-width: 370px;
    }

    .items-inner-box .check-list tr td {
        width: 100%;
    }

    .detail-table table thead {
        display: none;
    }

    .detail-table table {
        margin-top: 20px;
    }

    .detail-table table tr td {
        padding: 4px;
        font-size: 12px;
        display: inline-block;
        width: 100%;
    }

    .detail-table table tr td h4 {
        display: block;
        background: #d9d9d9;
        margin: 0 0 15px 0;
        font-size: 14px;
        padding: 7px 10px;
    }

    .product-items-box {
        width: 100%;
        height: auto;
        margin: 20px 15px 0 0;
    }

    .product-inner-box .product-items-box {
        width: 100%;
    }

    .product-inner-box .product-items-box:nth-child(2n+2) {
        margin: 20px 0 0;
    }

    .product-inner-box .product-img img {
        height: 90px;
        width: auto;
    }

    .product-inner-box .product-sidetext {
        float: right;
        overflow: hidden;
        width: 100%;
    }

    .product-inner-box {
        padding: 10px 0 30px 0;
        margin-bottom: 10px;
    }

    .product-img {
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .product-sidetext {
        width: 100%;
        margin: 15px 0 0 0;
        padding: 15px 0;
    }

    .product-img img {
        width: 70%;
        height: auto;
        margin: 15px 0 0 0;
    }

    .product-inner-frame .img-frame img {
        height: 80px;
    }

    .product-inner-frame .col-sm-3 {
        padding: 0 !important;
    }

    .contact-form-box {
        width: 250px;
    }

    .contact-form-box h1,
    .contact-form-box p,
    .contact-form-box input,
    .contact-form-box select,
    .contact-form-box textarea {
        width: 198px;
    }

    .contact-form-box h1 {
        font-size: 16px;
    }

    .contact-form-box p {
        font-size: 12px;
    }

    .contact-form-box textarea {
        height: 75px;
    }

    .home-slider .slide .carousel-control {
        width: 28px;
        height: 28px;
        font-size: 25px;
        line-height: 1em;
    }

    .home-slider .slide .item {}

    .home-slider .slide .item h1 {
        font-size: 15px;
        margin-top: 0;
    }

    .home-slider .slide .item p {
        font-size: 12px;
        margin-bottom: 20px;
        line-height: normal;
    }

    .intro_page .video_frame iframe {
        /* height: 430px; */
    }

    .stake_navi .pagination>li {
        margin: 0 1px;
    }

    .detail-slidr .carousel.slide .thumbnail-slide-imgs .carousel-indicators li {
        width: 18.7%;
    }
}

@media all and (max-width: 479px) {
    .investor-table table tr td {
        font-size: 12px;
    }

    .contact_ul {
        padding: 20px 20px 30px 20px;
    }

    .contact_ul ul li {
        font-size: 12px;
    }

    /*=====ismeil========*/
    .xp-career h4 {
        background: #f1f1f1 none repeat scroll 0 0;
        color: #333333;
        display: inline-block;
        font-size: 12px;
        margin: 0 15px 0 0;
        min-width: 85px;
        padding: 20px 10px;
    }

    .xp-career.h4-width-110 h4 {
        min-width: 110px;
    }

    .xp-career span {
        font-size: 12px;
    }

    .invest_slider .carousel-control {
        top: 32%;
    }
}

@media all and (max-width: 375px) {
    .intro_page .video_frame iframe {
        /* height: 130px; */
    }

    .footer-logo-section a {
        margin: 0 !important;
    }
}

@media (min-width: 480px) {
    .row-xs-height {
        display: table;
        table-layout: fixed;
        height: 100%;
        width: 100%;
    }

    .col-xs-height {
        display: table-cell;
        float: none;
        height: 100%;
    }

    .col-xs-top {
        vertical-align: top;
    }

    .col-xs-middle {
        vertical-align: middle;
    }

    .col-xs-bottom {
        vertical-align: bottom;
    }
}

@media (min-width: 768px) {
    .mobile_mega_menu {
        display: none;
    }

    .row-sm-height {
        display: table;
        table-layout: fixed;
        height: 100%;
        width: 100%;
    }

    .col-sm-height {
        display: table-cell;
        float: none;
        height: 100%;
    }

    .col-sm-top {
        vertical-align: top;
    }

    .col-sm-middle {
        vertical-align: middle;
    }

    .col-sm-bottom {
        vertical-align: bottom;
    }
}

@media (min-width: 992px) {
    .row-md-height {
        display: table;
        table-layout: fixed;
        height: 100%;
        width: 100%;
    }

    .col-md-height {
        display: table-cell;
        float: none;
        height: 100%;
    }

    .col-md-top {
        vertical-align: top;
    }

    .col-md-middle {
        vertical-align: middle;
    }

    .col-md-bottom {
        vertical-align: bottom;
    }
}

@media (min-width: 1200px) {
    .product-inner-box .product-items-box:nth-child(3n+3) {
        margin: 40px 0 0 0;
    }

    .row-lg-height {
        display: table;
        table-layout: fixed;
        height: 100%;
        width: 100%;
    }

    .col-lg-height {
        display: table-cell;
        float: none;
        height: 100%;
    }

    .col-lg-top {
        vertical-align: top;
    }

    .col-lg-middle {
        vertical-align: middle;
    }

    .col-lg-bottom {
        vertical-align: bottom;
    }
}